home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / bcsmnu2a.arc / MENU.MDA < prev    next >
Text File  |  1990-12-01  |  4KB  |  147 lines

  1. BLACK = 0
  2. BLUE = 1
  3. GREEN = 2
  4. CYAN = 3
  5. RED = 4
  6. MAGENTA = 5
  7. BROWN = 20
  8. GRAY = 7
  9. DKGRAY = 56
  10. BBLUE = 57
  11. BGREEN = 58
  12. BCYAN = 59
  13. BRED = 60
  14. BMAGENTA = 61
  15. YELLOW = 62
  16. WHITE = 63
  17.  
  18. MENU_FOREGROUND = WHITE
  19. MENU_BACKGROUND = BLACK
  20. KEYBOX_FOREGROUND = WHITE
  21. KEYBOX_BACKGROUND = BLACK
  22. DESC_FOREGROUND = BLACK
  23. DESC_BACKGROUND = GRAY
  24. HIGHLIGHT_FOREGROUND = BLACK
  25. HIGHTLIGHT_BACKGROUND = GRAY
  26. PROMPT_FOREGROUND = WHITE
  27. HELP_FOREGROUND = BLACK
  28. HELP_BACKGROUND = GRAY
  29.  
  30. DELIMITER = "
  31. MENU_DELIM = *
  32. SOUND = ON
  33. ITEM_DESCRIPTION = ON
  34. NUMLOCK = NOCHANGE
  35. CAPSLOCK = NOCHANGE
  36. SCROLLLOCK = NOCHANGE
  37. KEYBUFFER = ON
  38. BLANK_TIME = 5
  39. BLANK_MSG = "Video Cleared to Save Screen"
  40. TITLE = " Bristol Computing Systems Menu Program "
  41.  
  42. ROW = 3
  43. COLUMN = 29
  44. PROMPT_FOREGROUND = WHITE
  45. PROMPT = "Communications Program"
  46. HELP = "BCS MENU PROGRAM -- MINI TUTORIAL
  47. To Move the Selection Bar
  48. Use the UP/DOWN arrow keys,
  49. Press the first letter of a prompt,
  50. Or, with a mouse, position the mouse cursor on a prompt & click
  51. (Press DOWN ARROW to read each succesive description)"
  52. COMMANDS = "ECHO OFF
  53. ECHO ...
  54. ECHO Edit this menu entry to include the commands
  55. ECHO  required to start a COMMUNICATIONS program
  56. ECHO ...
  57. PAUSE
  58. ECHO ON"
  59.  
  60. ROW = 5
  61. COLUMN = 29
  62. PROMPT_FOREGROUND = WHITE
  63. PROMPT = "Word Processing"
  64. HELP = "To Execute a Menu Item:
  65.  
  66. Position Selection Bar on Desired Item
  67. and Press ENTER, or
  68. double click on the menu item with a mouse"
  69. COMMANDS = "ECHO OFF
  70. ECHO ...
  71. ECHO Edit this menu entry to include the commands
  72. ECHO required to start a WORD PROCESSING program
  73. ECHO ...
  74. PAUSE
  75. ECHO ON"
  76.  
  77. ROW = 7
  78. COLUMN = 29
  79. PROMPT_FOREGROUND = WHITE
  80. PROMPT = "Speadsheet Program"
  81. HELP = "The window at the bottom of the screen
  82. gives a description of certain keys
  83. (F10 cycles through the key descriptions)
  84. This is both informative and can be used to
  85. make a selection with the mouse
  86. (Click on any letter in the description)"
  87. COMMANDS = "ECHO OFF
  88. ECHO ...
  89. ECHO Edit this menu entry to include the commands
  90. ECHO   required to start a SPREADSHEET program
  91. ECHO ...
  92. PAUSE
  93. ECHO ON"
  94.  
  95. ROW = 9
  96. COLUMN = 29
  97. PROMPT_FOREGROUND = WHITE
  98. PROMPT = "Database Program"
  99. HELP = "
  100. This window is called the Item Description window
  101.  
  102. It's purpose is to display useful
  103. Information about the highlighted menu item"
  104. COMMANDS = "ECHO OFF
  105. ECHO ...
  106. ECHO  Edit this menu entry to include the commands
  107. ECHO      required to start a DATABASE program
  108. ECHO ...
  109. PAUSE
  110. ECHO ON"
  111.  
  112. ROW = 11
  113. COLUMN = 29
  114. PROMPT_FOREGROUND = WHITE
  115. PROMPT = "Other Application"
  116. HELP = "
  117. The Item Description window will always move
  118. Out of the way of the Selection Bar
  119. Or can be moved with the mouse by clicking on the
  120. Arrow to the right (displayed only when mouse present)"
  121. CMND_INPUT = "PATH,Enter Complete Path Name for Application (eg. C:\NORTON)
  122. PROGRAM,Enter Application Program Name or Batch File Filename (eg. NU)"
  123. COMMANDS = "%PATH\%PROGRAM"
  124.  
  125. ROW = 13
  126. COLUMN = 29
  127. PROMPT_FOREGROUND = WHITE
  128. PROMPT = "DOS Utilities Menu"
  129. HELP = "
  130. Colors may be changed from the Color Change Screen - Press F8
  131. All Menu text may be changed from the Menu Edit Screen
  132. (Menu Title, Prompts, Item Description, Commands, Passwords)
  133. To Edit Menu Text - Press F8 from the Color Change Screen"
  134. COMMANDS = "*DOSMENU.MNU"
  135.  
  136. ROW = 15
  137. COLUMN = 29
  138. PROMPT_FOREGROUND = WHITE
  139. PROMPT = "Games Menu"
  140. HELP = "*** Special Commands ***
  141. User Input is specified by %LABEL (up to 8 ALPHA/NUMERIC chars.)
  142. Activate another menu by specifying @filename as the 1st (and only)
  143. command (@ as 1st command char. indicates a menu filename follows)
  144. See command set for `Other Application' and `DOS Utilities Menu'
  145. (See BCSMENU.DOC for complete editing details)"
  146. COMMANDS = "*GAMES.MNU"
  147.